From be6413b0e7edc3ff3c18dbb2cb5afd5a907d366b Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Fri, 23 Sep 2022 17:01:24 +0200 Subject: [PATCH] theme: tone down unfocused title labels - mimic libadwaita in toning down unfocused titles. Cargo culting the filter instead of using normal opacity property. Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/4468 --- gtk/theme/Default/_common.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss index ea7415faf2..d627cf9674 100644 --- a/gtk/theme/Default/_common.scss +++ b/gtk/theme/Default/_common.scss @@ -1500,6 +1500,8 @@ headerbar { background-image: none; transition: $backdrop_transition; + + .title { filter: opacity(.5); } } .title { -- 2.30.2